CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 高斯模型 c

搜索资源列表

  1. szpGauss

    0下载:
  2. 用C++实现的高斯混合模型的算法类,方差矩阵是对角矩阵-C + + Gaussian mixture model algorithm category, variance matrix is diagonal matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4553
    • 提供者:方平
  1. EMEM

    0下载:
  2. 高斯混合模型C++版本-Gaussian mixture model C version
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:956
    • 提供者:张瑜
  1. Cpp1

    0下载:
  2. 使用c++语言处理图像,可以对图像进行Perona-Malik的模仿。 Cpp1.cpp包含了所有代码 分为读取图像函数,高斯平滑,基于Perona-Malik模型的离散化处理,使图像得到平滑,一致噪声,里面还包括了保存处理过后的图像函数。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3668
    • 提供者:方哲
  1. huidu

    1下载:
  2. 灰度传递函数分析,(a)高斯传递模型,(b)和(c)分别是理想编码图经过结构光系统前后的灰度分布,(d)和(e)分别是编码图和采集图。-Gray transfer function analysis, (a) Gaussian transfer model, (b) and (c) are the ideal coding picture through structured light system before and after gray level, (d) and (e) are co
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2898742
    • 提供者:李二科
  1. analysis

    0下载:
  2. : 正交频分复用( O F D M) 是第四代移动通信的核心技术。 该文首先简要介绍了O F D M基本原理, 重点研究了理想同步情 况下, 保护时隙( c P )和不同的信道估计方法在高斯信道和多径瑞利衰落信道下对O F D M系统性能的影响。 在给出O F DM系 统模型的基础上, 用 MAT L A B语言实现了整个系统的计算机仿真并给出参考设计程序。 最后给出在不同的信道条件下, 保 护时隙、 信道估计方法对 OF DM系统误码率影响的比较曲线, 得出了较理想的结论。
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:130320
    • 提供者:cheshulin
  1. 7

    0下载:
  2. 高斯滤波,噪声模型,小波变换,中值滤波,灰度形态学对话框C#-Gaussian filtering, noise model, wavelet transform, median filter, grayscale morphology dialog C#
  3. 所属分类:Wavelet

    • 发布日期:2017-05-12
    • 文件大小:3069044
    • 提供者:薛鹏
  1. Smooth

    0下载:
  2. 使用C#语言实现图形平滑处理的各种算法。例如噪声模型,高斯滤波,灰度均值等等。-C# language using graphical smoothing of various algorithms. For example, noise model, Gaussian filtering, gray value and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:117312
    • 提供者:Andox
  1. RS

    2下载:
  2. 这个C++程序建立了高斯白噪声信道模型下的RS码的编码及译码算法,并且给出了其比特误码率性能。-This program has realized the RS code,the coding and decoding mode (and furthermore has simulated the ber performance of decoding )
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:68199
    • 提供者:donglan
  1. GMM.zip

    1下载:
  2. 高斯拟合模型的C++实现,包含main和GMM.h实现,c++ implementation of Gaussian Mixture Model
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:10082
    • 提供者:shusen
  1. GMM

    0下载:
  2. GMM混合高斯模型的c++实现和文档介绍。-GMM Gaussian mixture model c++ implementation and documentation describes.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:233402
    • 提供者:曹鹏
  1. GMM

    0下载:
  2. 高斯混合模型的经典论文以及C语言实现,项目中使用过-Classic papers on Gaussian mixture model and the C language, the project used
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3228238
    • 提供者:商国军
  1. GMM

    0下载:
  2. 内含visual C++和MATLAB代码,利用高斯呼喝模型进行背景建模,自适应确定高斯分量的个数,由Z.Zivkovic开发,相关文章是 Improved adaptive Gausian mixture model for background subtraction-Containing visual C++ and MATLAB code, the use of Gaussian background modeling feeding model, adaptive determine
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:369023
    • 提供者:huang
  1. gao

    0下载:
  2. 混合高斯模型的图像处理C++程序需要加载opencv头文件-Gaussian mixture model of c++ image processing program needs to be loaded opencv header files
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:6941649
    • 提供者:MEI
  1. GMM

    0下载:
  2. 高斯混合模型GMM的C++实现 在高斯混合模型中需要使用概率更新参数的地方,程序中都简化成为了1处理,否则计算一个正态分布的概率还是挺花时间的。但是除了将概率换成1,其他地方还是严格按照公式的,大家可以仔细推导一下,就会看出其中的差异- Gaussian mixture model GMM C++ implementation In the Gaussian mixture model parameters need to use probability to upd
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:394273
    • 提供者:何峰
  1. gmm

    0下载:
  2. EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。-EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:982166
    • 提供者:王菽裕
  1. gaosi

    1下载:
  2. 高斯混合模型算法实现c++,高斯混合模型就是用高斯概率密度函数(正态分布曲线)精确地量化事物,它是一个将事物分解为若干的基于高斯概率密度函数(正态分布曲线)形成的模型-Gaussian mixture model algorithm c++, Gaussian mixture model is a Gaussian probability density function (normal distribution curve) to accurately quantify things, it
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:28315964
    • 提供者:陈希
  1. gplvm

    1下载:
  2. 这是一个用于高斯过程隐变量模型的工具箱,其中包含了MATLAB/C/PYTHON三种语言版本-As of July 2005 a C++ implementation of the GPLVM exists which has most of the flexibility of this software but runs much faster. However as of this time it cannot handle very large data sets as the spar
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1377611
    • 提供者:
  1. chengxu

    1下载:
  2. 基于偏微分方程的去噪,关于ROF模型及Y-K模型去除椒盐噪声和高斯噪声的C++程序源代码-PDE denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1475
    • 提供者:王琰
  1. note-on-GMM

    0下载:
  2. 高斯混合模型GMM的学习资料,包含一个学习笔记和一个简单的C++实现-Gaussian mixture model learning materials, including notes and a simple C++ source code
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2397947
    • 提供者:公子寒
  1. object dection

    0下载:
  2. 给出一段有关人行为的视频,视频数据来源于KTH数据库,程序可以提取到我们所关心的前景区域。(GMM,C++, object dection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:3134464
    • 提供者:believe qiao
« 1 23 »
搜珍网 www.dssz.com